[XEND] Fix bugs in vbd_create logic when handling VDIs
authorAlastair Tse <atse@xensource.com>
Fri, 13 Oct 2006 16:17:45 +0000 (17:17 +0100)
committerAlastair Tse <atse@xensource.com>
Fri, 13 Oct 2006 16:17:45 +0000 (17:17 +0100)
commitf1587234c9013e56fee34932f856010c7e56f9da
tree4fe29b4e32d73bf3a87b46519e4227e1ad6bc71f
parent5b13f3ae06debc3c0494d312a457778154bd0547
[XEND] Fix bugs in vbd_create logic when handling VDIs

Attempt to handle 'tap' devices as 'vbd' devices even though the
internal configuration has no idea that 'tap' is a subclass of 'vbd'.

Add option parsing to vbd-create and vdi-create so you can override
the configuration file options.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/scripts/xapi.py
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendDomainInfo.py